.service-project-content .title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  padding-top: 20px;
}
.service-project-content .title.first {
  padding-top: 0;
}
.service-project-content .sub-title {
  font-size: 16px;
  color: #666666;
  padding-top: 10px;
}
.service-project-content .des {
  font-size: 16px;
  color: #666666;
  line-height: 27px;
  padding-top: 10px;
  text-align: justify;
  text-justify: auto;
}
.service-project-content .service-list {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.service-project-content .service-list:last-child {
  margin-bottom: 0;
}
.service-project-content .service-list .title {
  width: 130px;
  font-size: 18px;
  color: #333333;
  padding-top: 0;
}
.service-project-content .service-list .right-arrow {
  width: 7px;
  height: 12px;
  margin: 0 10px;
}
.service-project-content .service-list .service-item {
  display: flex;
  align-items: center;
}
.service-project-content .service-list .service-item li {
  margin-right: 25px;
  font-size: 18px;
  color: #666666;
}
.service-project-content .service-list .service-item li:last-child {
  margin-right: 0;
}
.service-project-content .service-list.other-service-list .title {
  width: 150px;
}
.page-number-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  font-size: 16px;
  color: #333333;
}
.page-number-box a {
  color: #00428D;
}
.bc-steps-list .bc-steps-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 90px;
}
.bc-steps-list .bc-steps-item::after {
  position: absolute;
  display: block;
  content: '';
  width: 43px;
  height: 34px;
  background: url(../images/step_icon.png) no-repeat;
  background-size: 100% 100%;
  top: 150px;
  left: 39px;
  z-index: 99;
}
.bc-steps-list .bc-steps-item:last-child {
  margin-bottom: 0;
}
.bc-steps-list .bc-steps-item:last-child::after {
  display: none;
}
.bc-steps-list .bc-steps-item .left {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: solid 1px #034E9C;
  text-align: center;
  margin-right: 30px;
}
.bc-steps-list .bc-steps-item .left .num {
  font-size: 36px;
  font-weight: 500;
  color: #00448c;
  padding-top: 15px;
}
.bc-steps-list .bc-steps-item .left .name {
  font-size: 20px;
  font-weight: 500;
  color: #00448c;
  padding-top: 5px;
}
.bc-steps-list .bc-steps-item .right {
  width: 870px;
  min-height: 115px;
  border-radius: 4px;
  border: solid 1px #034E9C;
  padding: 20px;
}
.bc-steps-list .bc-steps-item .right .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
  margin-bottom: 12px;
  color: #666666;
}
.bc-steps-list .bc-steps-item .right .item::before {
  position: absolute;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #999;
  /*top: 9px;*/
  left: 0;
  z-index: 99;
}
.bc-steps-list .bc-steps-item .right .item .right-btn-group {
  display: flex;
  align-items: center;
}
.bc-steps-list .bc-steps-item .right .item .right-btn-group li {
  font-size: 14px;
  margin-left: 20px;
}
.bc-steps-list .bc-steps-item .right .item .right-btn-group li a {
  color: #00448C;
}
.bc-steps-list .py-steps-item .right .item {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.service-table {
  display: flex;
  align-items: center;
}
.service-table li {
  height: 56px;
  line-height: 56px;
  padding-left: 30px;
  border-bottom: solid 1px #f0f0f0;
  border-right: solid 1px #f0f0f0;
}
.service-table li:first-child {
  width: 1000px;
  border-left: solid 1px #f0f0f0;
}
.service-table li:last-child {
  width: 200px;
}
.service-table-header {
  margin-top: 20px;
  background: #EBF5FF;
}
.service-table-header li {
  border-top: solid 1px #f0f0f0;
}
.medium-table-header li {
  flex: 1;
}
.medium-table-body li {
  flex: 1;
}
